home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xpipeman / README < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.8 KB  |  85 lines

  1.  
  2. README -- xpipeman
  3.  
  4. Xpipeman is a game of skill requiring the user to connect together
  5. pieces of a pipe to allow a liquid to flow through without
  6. leaking out. The aim of the game is to connect as many pieces of pipe 
  7. to the start block as possible before the liquid flows out of the
  8. end on the pipe (see manual page for further details).
  9.  
  10. Nigel Paver
  11. 18 July 1991
  12.  
  13. ------
  14.  
  15. Compiling Details:
  16.  
  17. xpipeman can be compiled by either using the Imakefile or by using the 
  18. hand generated Makefile.tra.
  19.  
  20. Compile time parameters:  
  21.  
  22.        MAXSCORES -- the number of high scores that you want to keep.
  23.      The default is 20.
  24.  
  25.        The default directory for the binary and score file is the current 
  26.     directory.  You'll have to modify the makefile or copy the binary
  27.     if you want it to install elsewhere.  xpipeman will attempt to
  28.     create the scorefile (SCOREFILE) at runtime.  
  29.  
  30.   There is a little bsd-ish stuff in score.c.  flock is used to stop a race 
  31. condition.  If you don't have a bsd-like flock, you could probably 
  32. comment it out.  The race condition (multiple users writing to the 
  33. score file) is probably rare.  If SYSV is defined, this will be ifndef'd
  34. out.
  35.  
  36.   If your compiling this under X11R3, define the term R3 in the makefile or
  37. imakefile.  This will make the include references look like those expected
  38. by X11R3 instead of X11R4.
  39.  
  40.  
  41. ------
  42.  
  43. Copying and Distribution Policy:
  44.  
  45.   Send Constructive comments, bug reports, etc. to either
  46.  
  47.            JANET: pavern@uk.ac.man.cs
  48.  
  49.    or      INER : pavern%cs.man.ac.uk@nsfnet-relay.ac.uk
  50.  
  51.   All other comments > /dev/null !!
  52.  
  53.   
  54.   Copyright 1991 Nigel Paver
  55.   
  56.   Permission to use, copy, modify, distribute, and sell this software and its
  57.   documentation for any purpose is hereby granted without fee, provided that
  58.   the above copyright notice appear in all copies and that both that
  59.   copyright notice and this permission notice appear in supporting
  60.   documentation, and that the author's name not be used in advertising or
  61.   publicity pertaining to distribution of the software without specific,
  62.   written prior permission.  The author makes no representations about the
  63.   suitability of this software for any purpose.  It is provided "as is"
  64.   without express or implied warranty.
  65.   
  66.   THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
  67.   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE 
  68.   AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
  69.   DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 
  70.   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 
  71.   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  72.   
  73.  
  74.  
  75.   Acknowledgements to Brian Warkentine (brian@sun.COM) for his xrobots
  76.   program (copyright  1989) which I cannibalized to write this program
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.